home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / COMMON8 / 00044_Script_initialize the activity < prev    next >
Encoding:
Text File  |  1998-10-02  |  251 b   |  11 lines

  1. on exitFrame
  2. --  global gameObj
  3. --  set gameObj=0
  4. --  put "" into field "ActivityPredefines"
  5. --  put "" into field "TargetPredefines"
  6. --  put "" into field "DraggablePredefines"
  7.   puppetSound 1,0
  8.   initActivity()
  9.   --  go frame "play"
  10.   
  11. end